func go/types.isTyped

12 uses

	go/types (current package)
		check.go#L436: 		if debug && isTyped(info.typ) {
		check.go#L484: 	assert(isTyped(a[0]) && isTyped(a[1]) && (isBoolean(a[1]) || a[1] == universeError))
		expr.go#L105: 	if isTyped(x.typ) {
		expr.go#L633: 	if x.mode == invalid || isTyped(x.typ) || target == Typ[Invalid] {
		infer.go#L254: 			if targ := arg.typ; isTyped(targ) {
		infer.go#L303: 			if isTyped(targ) && !u.unify(tpar, targ) {
		predicates.go#L72: func isTyped(t Type) bool {
		predicates.go#L81: 	return !isTyped(t)
		sizes.go#L128: 		assert(isTyped(T))
		typexpr.go#L183: 	assert(isTyped(typ))
		typexpr.go#L197: 	assert(isTyped(typ))